Add a Since tag
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Dec 2011 05:38:06 +0000 (00:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Dec 2011 05:38:06 +0000 (00:38 -0500)
gtk_css_provider_to_string is a post-3.0 addition.
Fixes bug 659516

gtk/gtkcssprovider.c

index 4b8ef52feb9606b5cdd8d04f10fa4ae72b074003..c635d933f4928f2d7aba95c18baa87f4d6ec211f 100644 (file)
@@ -3293,6 +3293,8 @@ gtk_css_provider_print_colors (GHashTable *colors,
  * this @provider.
  *
  * Returns: a new string representing the @provider.
+ *
+ * Since: 3.2
  **/
 char *
 gtk_css_provider_to_string (GtkCssProvider *provider)